Home
last modified time | relevance | path

Searched hist:"5 ef82fe7f6bca2827c3d1457e9ecd6219da29ede" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dswap.cdiff 5ef82fe7f6bca2827c3d1457e9ecd6219da29ede Fri Jun 17 19:50:15 CEST 2022 Matthew Wilcox (Oracle) <willy@infradead.org> mm/swap: convert __put_compound_page() to __folio_put_large()

All the callers now have a folio, so pass it in. This doesn't
save any text, but it does save a call to compound_head() as
folio_test_hugetlb() does not contain a call like PageHuge() does.

Link: https://lkml.kernel.org/r/20220617175020.717127-18-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>